Simple typo fix
authorMatthias Clasen <mclasen@redhat.com>
Sun, 30 May 2010 03:31:50 +0000 (23:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 30 May 2010 06:17:51 +0000 (02:17 -0400)
gtk/gtkbox.c

index 0aeb82a96b5bf972c2e82318d3d62224c87e9199..1b9c1fe8454ce090905f036f0c51a86998f43d77 100644 (file)
@@ -1248,9 +1248,9 @@ gtk_box_get_height_for_width (GtkExtendedLayout *layout,
  * @homogeneous: %TRUE if all children are to be given equal space allocations.
  * @spacing: the number of pixels to place by default between children.
  *
- * Creates a new #GtkHBox.
+ * Creates a new #GtkBox.
  *
- * Return value: a new #GtkHBox.
+ * Return value: a new #GtkBox.
  *
  * Since: 3.0
  **/